home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 8 / Mac Magazin and MacEasy Magazine CD - Issue 08.iso / Sharewarebibliothek / Updater⁄Infos / Frontier 2.0 => 2.0.1 Upgrader / Install Files / DocServer Docs / file.folderFromPath < prev    next >
Text File  |  1993-02-25  |  751b  |  16 lines

  1.  
  2. Verb    file.folderFromPath
  3. Syntax    file.folderFromPath (path)
  4. Parameters    path is a legal path name to the file or folder whose folder name or nesting (i.e., intermediate folder levels) you wish to determine.
  5. Action    Extracts the name of the volume and folder (s) containing the item specified by path.
  6. Returns    The parent folder of the item at path, as a string.
  7. Examples    file.folderFromPath ("System:System Folder:Finder")
  8.     » System:System Folder:
  9. file.folderFromPath ("System:System Folder:Control Panels:Memory)
  10.     » System:System Folder:Control Panels:
  11. file.folderFromPath ("System:System Folder:") 
  12.     » System:
  13. Notes    If a folder path is provided, file.folderFromPath returns the path to the parent folder.
  14. See Also    file.fileFromPath
  15. file.volumeFromPath
  16.